setGenerateMarkedContentSequence Method
In This Topic
Sets a flag indicating whether this structure element will be associated with a marked content sequence.
This property is used only with formatted content and flow documents, to inform the layout engine whether to generate a marked content sequence or not for an object in the hierarchy.
The method ignores the value of this property.
Syntax
public void setGenerateMarkedContentSequence(
boolean
)
|
Parameters
- value
- True if a marked content sequence will be generated in the page content stream when the structure element is used.
See Also